home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / gaplimit.zip / GAPLIMIT.DOC < prev    next >
Text File  |  1992-08-22  |  4KB  |  74 lines

  1.  
  2.                     GAPLIMIT - GAP BBS Call Limiting Utility
  3.                        (c) 1992 No Anchovies & Frank Capo
  4.  
  5.       GAPLimit is designed for the sysop who wishes to limit the number of
  6.     times users can logon each day.  Limits can be set according to user's
  7.     security levels as defined in GAP's SECLEV file.  As many as 50 security
  8.     levels can be defined for GAPLimit in the registered version.  Unregistered
  9.     versions can define only one secutity level.
  10.  
  11.     GAPLIMIT.ZIP contains the following files:
  12.  
  13.         GAPLIMIT.EXE    the program file
  14.         GAPLIMIT.CFG    the configuration file
  15.         GAPLIM          the ASCII (non-color) screen file
  16.         GAPLIMG         the ANSI (color) screen file
  17.  
  18.       Setup is easy.  First of all, place the above files in any directory.
  19.     I prefer to run it from GAP's default directory.  On multi-node systems do
  20.     this in the server's default directory.  Edit GAPLIMIT.CFG to show the
  21.     following:
  22.  
  23.                 c:\gap              <- path to DOOR.SYS 
  24.                 No Anchovies PC     <- your BBS name
  25.                 10                  <- default max logins per day
  26.                 50-5                <- level = 50, max logins = 5
  27.                 55-10               <- level = 55, max logins = 10
  28.                 60-15               <- etc
  29.                 65-20               <- etc up to 50 levels (53 lines max)
  30.  
  31.       Multi-node systems need a config file for each node and this config file
  32.     MUST be in the same directory as GAPLIMIT.EXE.  The name of the config
  33.     file may be anything since GAPLIMIT.EXE needs this filename as a command
  34.     line argument.
  35.  
  36.       Next, edit your LOGON.BAT file (in each nodes default directory).  Add
  37.     lines that change to GAPLimit's directory and run GAPLimit with the
  38.     config filename (for that node) on the command line.  My LOGON.BAT
  39.     file looks something like this:
  40.  
  41.                 @echo off
  42.                 i:\                 <- change to server's drive
  43.                 cd \gap             <- where I put GAPLimit  
  44.                 gaplimit limit2.cfg <- node #2 CFG file on command line
  45.                 c:\                 <- back to node #2 drive
  46.                 cd \gap             <- default dir for node #2
  47.  
  48.       OK, if you've followed directions (and I wrote them correctly), GAPLimit
  49.     should be ready to roll.
  50.  
  51.       GAPLimit creates a file (GAPLIMIT.DAT) in the directory it runs from.
  52.     This file is a random access data file that keeps track of the number of
  53.     times a user has logged on each day.  It compares this number to the
  54.     limit you have set in the config file if the user has a security level
  55.     equal to one of the levels in the config file.  If a user has a security
  56.     level that is not defined in the config file, the default maximum logins
  57.     is used (line #3 of the config file).  Users that exceed these limits will
  58.     see the screen files (GAPLIM or GAPLIMG) GAPLimit will drop carrier.
  59.  
  60.       Like this utility?  Please register it.  Registration is $10 and can be
  61.     done by sending a check or money order (US funds only) to:
  62.  
  63.                             No Anchovies PC
  64.                             1205 Lake Avenue
  65.                             Ashtabula, OH.  44004
  66.  
  67.  
  68.        Also, you can register GAPLimit online with a credit card by calling
  69.     the Beckett BBS at 609-467-3898 or 609-467-8612 (both HST DS).
  70.  
  71.        Questions and comments can be directed to me (Frank Capo) on my BBS
  72.     No Anchovies PC at 216-466-1152 or 216-466-1153 (both HST DS).
  73.  
  74.